Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/index.html
391 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Space Game</title>
<link rel="stylesheet" href="./s
preview3.gif /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/preview3.gif
123 Views
0 Comments
Media file
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/readme.md
269 Views
0 Comments
## Space Game

- Use Arrow Key To Move.
- Catch the Octopus

script.js /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/script.js
216 Views
0 Comments
const canvas = document.getElementById("canvas")
const ctx = canvas.getContext("2d");

// Background of Space
const space = {

style.css /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/style.css
162 Views
0 Comments
canvas {
padding: 0;
margin-left: auto;
margin-right: auto;
display: block;
border: solid 7px rgb(255, 6